﻿2026-08-01T22:09:51.1375002Z ##[group]Run actions/checkout@v5
2026-08-01T22:09:51.1375566Z with:
2026-08-01T22:09:51.1376071Z   fetch-depth: 0
2026-08-01T22:09:51.1376544Z   repository: BigscreenVR/spt-bs-core
2026-08-01T22:09:51.1379778Z   token: ***
2026-08-01T22:09:51.1380289Z   ssh-strict: true
2026-08-01T22:09:51.1380726Z   ssh-user: git
2026-08-01T22:09:51.1381192Z   persist-credentials: true
2026-08-01T22:09:51.1381679Z   clean: true
2026-08-01T22:09:51.1382118Z   sparse-checkout-cone-mode: true
2026-08-01T22:09:51.1382662Z   fetch-tags: false
2026-08-01T22:09:51.1383111Z   show-progress: true
2026-08-01T22:09:51.1383550Z   lfs: false
2026-08-01T22:09:51.1384078Z   submodules: false
2026-08-01T22:09:51.1384528Z   set-safe-directory: true
2026-08-01T22:09:51.1400678Z   allow-unsafe-pr-checkout: false
2026-08-01T22:09:51.1401137Z ##[endgroup]
2026-08-01T22:09:51.2181503Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-01T22:09:51.2183062Z ##[group]Getting Git version info
2026-08-01T22:09:51.2183715Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-01T22:09:51.2184607Z [command]/usr/bin/git version
2026-08-01T22:09:51.2185050Z git version 2.43.0
2026-08-01T22:09:51.2195421Z ##[endgroup]
2026-08-01T22:09:51.2203506Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/5dd1ef36-40ec-4e3e-ab01-4c11b11da0cb/.gitconfig'
2026-08-01T22:09:51.2211133Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/5dd1ef36-40ec-4e3e-ab01-4c11b11da0cb' before making global git config changes
2026-08-01T22:09:51.2212278Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T22:09:51.2214549Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-01T22:09:51.2270105Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-01T22:09:51.2290814Z https://github.com/BigscreenVR/spt-bs-core
2026-08-01T22:09:51.2300831Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-01T22:09:51.2303769Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-01T22:09:51.2322007Z refs/heads/golden/doorbell
2026-08-01T22:09:51.2328468Z [command]/usr/bin/git checkout --detach
2026-08-01T22:09:51.2384944Z HEAD is now at 13e94d510 docs(doorbell): the sibling-destroying dedupe key, and what a cross-node redemption really does
2026-08-01T22:09:51.2424172Z [command]/usr/bin/git branch --delete --force golden/doorbell
2026-08-01T22:09:51.2453291Z Deleted branch golden/doorbell (was 13e94d510).
2026-08-01T22:09:51.2552601Z ##[endgroup]
2026-08-01T22:09:51.2555881Z [command]/usr/bin/git submodule status
2026-08-01T22:09:51.2744237Z ##[group]Cleaning the repository
2026-08-01T22:09:51.2746961Z [command]/usr/bin/git clean -ffdx
2026-08-01T22:09:51.2807458Z Removing traceable-reqs
2026-08-01T22:09:51.2815097Z [command]/usr/bin/git reset --hard HEAD
2026-08-01T22:09:51.2872338Z HEAD is now at 13e94d510 docs(doorbell): the sibling-destroying dedupe key, and what a cross-node redemption really does
2026-08-01T22:09:51.2877244Z ##[endgroup]
2026-08-01T22:09:51.2879373Z ##[group]Disabling automatic garbage collection
2026-08-01T22:09:51.2882163Z [command]/usr/bin/git config --local gc.auto 0
2026-08-01T22:09:51.2906193Z ##[endgroup]
2026-08-01T22:09:51.2906872Z ##[group]Setting up auth
2026-08-01T22:09:51.2912045Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-01T22:09:51.2942525Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-01T22:09:51.3137539Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T22:09:51.3161377Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-01T22:09:51.3351937Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T22:09:51.3377850Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-01T22:09:51.3560851Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-01T22:09:51.3592028Z ##[endgroup]
2026-08-01T22:09:51.3592724Z ##[group]Fetching the repository
2026-08-01T22:09:51.3598248Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-08-01T22:09:52.5780537Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-01T22:09:52.5781543Z  * [new branch]          fix/inbound-lock-table-blindness -> origin/fix/inbound-lock-table-blindness
2026-08-01T22:09:52.5850314Z [command]/usr/bin/git branch --list --remote origin/golden/doorbell
2026-08-01T22:09:52.5903598Z   origin/golden/doorbell
2026-08-01T22:09:52.5910014Z [command]/usr/bin/git rev-parse refs/remotes/origin/golden/doorbell
2026-08-01T22:09:52.5928069Z 13e94d510e75a9f92eff2934129e536c29da3b4c
2026-08-01T22:09:52.5931885Z ##[endgroup]
2026-08-01T22:09:52.5932308Z ##[group]Determining the checkout info
2026-08-01T22:09:52.5932928Z ##[endgroup]
2026-08-01T22:09:52.5935827Z [command]/usr/bin/git sparse-checkout disable
2026-08-01T22:09:52.5973428Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-01T22:09:52.5994912Z ##[group]Checking out the ref
2026-08-01T22:09:52.5997756Z [command]/usr/bin/git checkout --progress --force -B golden/doorbell refs/remotes/origin/golden/doorbell
2026-08-01T22:09:52.6052694Z Switched to a new branch 'golden/doorbell'
2026-08-01T22:09:52.6053382Z branch 'golden/doorbell' set up to track 'origin/golden/doorbell'.
2026-08-01T22:09:52.6057805Z ##[endgroup]
2026-08-01T22:09:52.6096367Z [command]/usr/bin/git log -1 --format=%H
2026-08-01T22:09:52.6119266Z 13e94d510e75a9f92eff2934129e536c29da3b4c
